home *** CD-ROM | disk | FTP | other *** search
- Path: news.iconn.net!news
- From: Karl J Poglitsch Jr <kjpoglit@iconn.net>
- Newsgroups: comp.lang.c++
- Subject: .EXE/.COM Format....
- Date: Thu, 01 Feb 1996 22:12:04 -0600
- Organization: i-conn
- Message-ID: <31118F14.2818@iconn.net>
- NNTP-Posting-Host: hd-ts01-10.iconn.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b6b (Win16; I)
-
- I've also posted this on comp.lang.c, I'm hoping someone here might be
- able to help...
-
- I don't know if this is the place for something like this, but I am also
- looking for the format for MS-DOS/Windows programs. What I want to do is
- implement a kindof file viewer in a program that I am writing, and I
- want to display the first 20 lines of a text file, but if it's an
- executable, i.e. .COM or .EXE or even .DLL but not necessary, I want to
- print info about the program. At work I use a program called Outside-In,
- or something to that effect, and it does give me a breakdown of the
- program, I would like something similiar. It does not have to get into
- terrible depth, but I'd like a little more than the filesize.
-
- Any help would be appreciated. I just need the format, no code is
- necessary.
-